home *** CD-ROM | disk | FTP | other *** search
/ Compton's Multimedia Gol…ifornia & Hawaii Edition) / Compton's Multimedia Golf Guide - California & Hawaii Edition.iso / install.dat < prev    next >
Text File  |  1992-11-10  |  3KB  |  105 lines

  1. @DefineProject
  2.     @Name           = "California/Hawaii Golf Guide"       
  3.     @Version        = "1.0"
  4.     @Subdir         = "GOLF"        /* default subdirectory for files */
  5.     @OutDrive       = C             /* Default target drive           */
  6.     @Group          = "A"
  7.     @Requires         @Harddisk
  8.     @Requires         3800000       /* Disk space requirement         */
  9. @EndProject
  10.  
  11. @Display
  12.     @Cls
  13.  
  14.     This program will install the @Name 
  15.     Version @Version on your computer system.
  16.     
  17.     You may press the [Esc] key at any time to abort the
  18.     installation.  INSTALL will ask you several questions about your
  19.     computer hardware.
  20.  
  21.     Each question has a default answer.  If the default answer is
  22.     correct, press the ENTER key in response to the question.
  23.     Otherwise, type the answer and then press the ENTER key.
  24.  
  25.     If you make a mistake while typing, press the BACKSPACE key
  26.     and then retype the answer.
  27.  
  28. @Pause
  29. @EndDisplay
  30.  
  31. @Display
  32.     @Cls
  33.  
  34.     Before continuing with this installation, you may want to ensure
  35.     that your hard disk has at least 3.8 megabytes of memory free. 
  36.     This figure may be larger than that mentioned in the user's
  37.     guide, and takes precedence over that figure.
  38.  
  39.     If you wish to abort this installation in order to check your
  40.     remaining hard disk space, press the [Esc] key.
  41.  
  42. @Pause
  43. @EndDisplay
  44.  
  45. @GetOutDrive
  46.     @Suppress A
  47.     @Suppress B
  48.     @Cls
  49.     On which disk drive do you wish to install @Name?
  50.  
  51. @EndOutDrive
  52.  
  53. @GetSubdir
  54.     @Cls
  55.     Now you need to specify the destination subdirectory.
  56.     The subdirectory is the location on your disk where the
  57.     @Name system will be installed.
  58.     
  59.     If you don't know what a "subdirectory" is, you probably do not need 
  60.     to worry about it and should just press Enter at the next prompt.
  61.  
  62.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  63. @EndSubdir
  64.  
  65. @DefineDisk
  66.     @Label = "Disk 1"
  67.     @File GOLF1.EXE
  68.     @File GOLFHELP.DAT
  69.     @File OPENING\16CO0001.PCX @Out OPENING\*.*
  70.     @File OPENING\OPENING.LIB @Out OPENING\*.*
  71.     @File OPENING\OPENING.CON @Out OPENING\*.*
  72.     @File OPENING\OPENING.BLD @Out OPENING\*.*
  73.     @File DATABASE\CALIF.EDC @Out DATABASE\*.*
  74.     @File DATABASE\CALIF.EDI @Out DATABASE\*.*
  75.     @File DATABASE\CALIF.EDS @Out DATABASE\*.*
  76.     @File DATABASE\CALIF.EDT @Out DATABASE\*.*
  77.     @File DATABASE\CALIF.EDX @Out DATABASE\*.*
  78.     @File DATABASE\CALIF.EDB @Out DATABASE\*.*
  79.     @File DATABASE\CALIF.LTF @Out DATABASE\*.*
  80.     @File DATABASE\HAWAII.EDC @Out DATABASE\*.*
  81.     @File DATABASE\HAWAII.EDI @Out DATABASE\*.*
  82.     @File DATABASE\HAWAII.EDS @Out DATABASE\*.*
  83.     @File DATABASE\HAWAII.EDT @Out DATABASE\*.*
  84.     @File DATABASE\HAWAII.EDX @Out DATABASE\*.*
  85.     @File DATABASE\HAWAII.EDB @Out DATABASE\*.*
  86.     @File DATABASE\HAWAII.LTF @Out DATABASE\*.*
  87. @EndDisk  
  88.  
  89. @Finish
  90.     @System "echo echo off                             > @OutDrive:\\@SubDir\\golf.bat"
  91.     @System "echo @InDrive:\\RWSTSR                >> @OutDrive:\\@SubDir\\golf.bat"
  92.     @System "echo GOLF1.EXE @InDrive: @OutDrive:\\@SubDir >> @OutDrive:\\@SubDir\\golf.bat"
  93.     @System "echo @InDrive:\\RWSTERM               >> @OutDrive:\\@SubDir\\golf.bat"
  94.     @Cls
  95.     @ChDrive @OutDrive
  96.     @Chdir ".."
  97.     
  98.     Installation of @Name is complete.
  99.     
  100.     To run the @Name, simply enter GOLF
  101.     at the DOS prompt, from within the @SubDir directory of drive @Outdrive:.
  102.  
  103.     @pause
  104. @EndFinish
  105.